home *** CD-ROM | disk | FTP | other *** search
- Path: strauss.udel.edu!not-for-mail
- From: jcorig@strauss.udel.edu (John Pat Corigliano)
- Newsgroups: comp.sys.amiga.programmer
- Subject: SystemTagList()
- Date: 12 Jan 1996 23:32:35 -0500
- Organization: University of Delaware
- Message-ID: <4d7cl3$fs4@strauss.udel.edu>
- NNTP-Posting-Host: strauss.udel.edu
-
- I am using SystemTagList() to launch other programs and having trouble
- determining the system path (the one set by the user). Is this in
- memory somewhere? The Guru book says to use this, the NP_Cli flag
- should be set and that the PathList structure should be AllocVec()'d,
- but does the program free this memory? An example would be helpful ;)
-
- Also, I Lock() a directory for the NP_CurrentDir but I tried running
- the program Asynch and then UnLock()'ing the lock (before the program
- terminated). This crashed the system, so I removed the UnLock() call
- and all worked fine. Does the spawned process free this lock?
-
- TIA,
- --
- John Corigliano jcorig@strauss.udel.edu
- Computer and Information Science University of Delaware
- --
- "Never drive a car when your dead." - Tom Waits
-